{
    "events":
			[
               {
               "event_type": "JOIN_WORLD",
			   "noDeathDim": "true",
			   "joinOneEver": "false",
               "target": "ALL_PLAYERS",
               "tasks": [
							{
							"task_type": "COMMAND",
							"command": "/mt reload"
							}
						]
				},
				{
				"event_type": "INTERACT",
				"issuer": "ALL_PLAYERS",
				"action": "RIGHT_BLOCK",
				"modid": "minecraft",
				"name": "obsidian",
				"meta": "0",
				"tasks": [
							{
								"task_type": "INVENTORY_REMOVE",
								"target_type": "SELF",
								"target": "",
								"modid": "millenaire",
								"name": "item.ml_villageWand",
								"meta": "0",
								"count": "1",
								"conditions":   [
													{
													"condition_type": "INVENTORY",
													"modid": "millenaire",
													"name": "item.ml_villageWand",
													"meta": "0"
													},
													{
													"condition_type": "USING",
													"modid": "millenaire",
													"name": "item.ml_villageWand",
													"meta": "0"
                                                    }
												] 
                            }
                        ]
				},
				{
				"event_type": "INTERACT",
				"issuer": "ALL_PLAYERS",
				"action": "RIGHT_BLOCK",
				"modid": "minecraft",
				"name": "blockGold",
				"meta": "0",
				"tasks": [
							{
								"task_type": "INVENTORY_REMOVE",
								"target_type": "SELF",
								"target": "",
								"modid": "millenaire",
								"name": "item.ml_villageWand",
								"meta": "0",
								"count": "1",
								"conditions":   [
													{
													"condition_type": "INVENTORY",
													"modid": "millenaire",
													"name": "item.ml_villageWand",
													"meta": "0"
													},
													{
													"condition_type": "USING",
													"modid": "millenaire",
													"name": "item.ml_villageWand",
													"meta": "0"
                                                    }
												] 
                            }
                        ]
				},
				{
				"event_type": "TOSS",
				"issuer": "ALL_PLAYERS",
				"modid": "EnderIO",
				"name": "itemAlloy",
				"meta": "2",
				"tasks": [
							{
								"task_type": "SPWN_MOB",
								"type": "enderman",
								"location_type": "SELF",
								"xCoord": "0",
								"yCoord": "0",
								"zCoord": "0",
								"conditions":   [
													{
													"condition_type": "PROXIMITY",
													"target": "BLOCK",
													"modid": "minecraft",
													"name": "wool",
													"meta": "15",
													"radius": "8"
                                                    },
													{
													"condition_type": "PROXIMITY",
													"target": "BLOCK",
													"modid": "EnderIO",
													"name": "blockEndermanSkull",
													"meta": "0",
													"radius": "8"
                                                    }
												] 
                            }
                        ]
				},
				{
				"event_type": "CHAT",
				"text": "RELOAD",
				"tasks": [
					{
                    "task_type": "RELOAD"  
					},
					{
					"task_type": "CHAT",
					"receiver_type": "ALL_PLAYERS",
					"receiver": "",
					"message": "Reloaded ACE"
					}
					]
				}
         ]
}